home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / EMBL Search / Headers / pstr.h < prev    next >
Encoding:
Text File  |  1992-03-27  |  232 b   |  8 lines  |  [TEXT/KAHL]

  1.  
  2. /* pstr.c */
  3. StringPtr pstrcpy(StringPtr s1, StringPtr s2);
  4. StringPtr pstrcat(StringPtr s1, StringPtr s2);
  5. short pstrcmp(StringPtr s1, StringPtr s2);
  6. short pstrncmp(StringPtr s1, StringPtr s2, short n);
  7. short pstrlen(StringPtr s);
  8.